xenstored: unify xenstored OS-specific bits
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jun 2014 15:08:13 +0000 (17:08 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 18 Jun 2014 16:18:26 +0000 (17:18 +0100)
commiteda70ab3a83dad806cd9993fa6df149a3edac5a6
treeddf4cdd7e73785116b17062d920266ba98acc377
parentfbcc8b292638c07fa114fc904baf0e59a642e7ba
xenstored: unify xenstored OS-specific bits

The Solaris implementation seems too different, so this patch only
folds both the Linux and NetBSD implementations.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenstore/Makefile
tools/xenstore/xenstored_linux.c [deleted file]
tools/xenstore/xenstored_netbsd.c [deleted file]
tools/xenstore/xenstored_osdep.h [new file with mode: 0644]
tools/xenstore/xenstored_posix.c